VersionControlServer.SetVersionedItemAttribute メソッド (ItemSpec, VersionSpec, DeletedState, ItemType, String, array<Byte )
名前空間: Microsoft.TeamFoundation.VersionControl.Client
アセンブリ: Microsoft.TeamFoundation.VersionControl.Client (Microsoft.TeamFoundation.VersionControl.Client.dll 内)
構文
'宣言
Public Sub SetVersionedItemAttribute ( _
itemSpec As ItemSpec, _
versionSpec As VersionSpec, _
deletedState As DeletedState, _
itemType As ItemType, _
propertyName As String, _
value As Byte() _
)
public void SetVersionedItemAttribute(
ItemSpec itemSpec,
VersionSpec versionSpec,
DeletedState deletedState,
ItemType itemType,
string propertyName,
byte[] value
)
パラメーター
- versionSpec
型 : Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
- deletedState
型 : Microsoft.TeamFoundation.VersionControl.Client.DeletedState
- propertyName
型 : System.String
- value
型 : array<System.Byte[]
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。