WorkspaceCheckInParameters.ItemSpecs Property
Gets the array of items to check-in.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Декларация
Public Property ItemSpecs As ItemSpec()
Get
Private Set
public ItemSpec[] ItemSpecs { get; private set; }
public:
property array<ItemSpec^>^ ItemSpecs {
array<ItemSpec^>^ get ();
private: void set (array<ItemSpec^>^ value);
}
member ItemSpecs : ItemSpec[] with get, private set
function get ItemSpecs () : ItemSpec[]
private function set ItemSpecs (value : ItemSpec[])
Property Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client.ItemSpec[]
The array of items to check-in.
.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.