次の方法で共有


DiffOptions.TargetLabel Property

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)

Syntax

'宣言
Public Property TargetLabel As String
    Get
    Set
public string TargetLabel { get; set; }
public:
property String^ TargetLabel {
    String^ get ();
    void set (String^ value);
}
member TargetLabel : string with get, set
function get TargetLabel () : String
function set TargetLabel (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

DiffOptions Class

Microsoft.TeamFoundation.VersionControl.Common Namespace