IVsDataExplorerNode.DocumentMoniker 屬性
若要透過資料檢視階層取得這個節點的文件 Moniker。
命名空間: Microsoft.VisualStudio.Data.Services
組件: Microsoft.VisualStudio.Data.Services (在 Microsoft.VisualStudio.Data.Services.dll 中)
語法
'宣告
ReadOnly Property DocumentMoniker As String
string DocumentMoniker { get; }
property String^ DocumentMoniker {
String^ get ();
}
abstract DocumentMoniker : string with get
function get DocumentMoniker () : String
屬性值
類型:String
String 值包含這個節點的文件 Moniker 則為 nullnull 參考 (即 Visual Basic 中的 Nothing) ,如果 Moniker 無法取得。
備註
這個方法會將目前節點的 ID 為 GetMoniker 方法,傳回文件 moniker。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。