Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new LabelItemSpec instance.
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Sub New ( _
    itemSpec As ItemSpec, _
    version As VersionSpec, _
    exclude As Boolean _
)
public LabelItemSpec(
    ItemSpec itemSpec,
    VersionSpec version,
    bool exclude
)
public:
LabelItemSpec(
    ItemSpec^ itemSpec, 
    VersionSpec^ version, 
    bool exclude
)
new : 
        itemSpec:ItemSpec * 
        version:VersionSpec * 
        exclude:bool -> LabelItemSpec
public function LabelItemSpec(
    itemSpec : ItemSpec, 
    version : VersionSpec, 
    exclude : boolean
)
Parameters
itemSpec
Type: Microsoft.TeamFoundation.VersionControl.Client.ItemSpecThe item specifier.
version
Type: Microsoft.TeamFoundation.VersionControl.Client.VersionSpecThe version of the item.
exclude
Type: System.BooleanTrue to exclude this label from listing.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.