C# Class Microsoft.TeamFoundation.VersionControl.Client.CheckinNoteFieldValue

ファイルを表示 Open project: Indomitable/monodevelop-tfs-addin Class Usage Examples

Public Methods

Method Description
CheckinNoteFieldValue ( string name, string value ) : System

Private Methods

Method Description
ToXml ( XmlWriter writer, string element ) : void

Method Details

CheckinNoteFieldValue() public method

public CheckinNoteFieldValue ( string name, string value ) : System
name string
value string
return System