Share via


VersionControlServer.SetVersionedItemAttribute メソッド (ItemSpec, VersionSpec, DeletedState, ItemType, String, String)

属性をバージョン管理された項目に関連付けられる。

名前空間:  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 String _
)
public void SetVersionedItemAttribute(
    ItemSpec itemSpec,
    VersionSpec versionSpec,
    DeletedState deletedState,
    ItemType itemType,
    string propertyName,
    string value
)

パラメーター

  • propertyName
    型 : System.String
    設定するプロパティ。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

VersionControlServer クラス

SetVersionedItemAttribute オーバーロード

Microsoft.TeamFoundation.VersionControl.Client 名前空間