VersionControlLabelExt.OpenLabel 方法 (String)
開啟新的標籤文件視窗將表單「vstfs://VersionControl/Label/ 的標籤 URI #」,其中 # LabelId。
命名空間: Microsoft.VisualStudio.TeamFoundation.VersionControl
組件: Microsoft.VisualStudio.TeamFoundation.VersionControl (在 Microsoft.VisualStudio.TeamFoundation.VersionControl.dll 中)
語法
'宣告
Public Function OpenLabel ( _
labelUri As String _
) As VersionControlLabelDocument
public VersionControlLabelDocument OpenLabel(
string labelUri
)
參數
- labelUri
類型:System.String
標籤開啟的 URI。
傳回值
類型:Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlLabelDocument
開啟的 VersionControlLabelDocument。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。