共用方式為


IGraphProviderMetadata.IntellisenseType 屬性

IntelliSense 型別 GUID 做為字串。 在使用這個 IntelliSense 程式碼片段類型的專案出現時,就會載入提供者。

命名空間:  Microsoft.VisualStudio.GraphModel
組件:  Microsoft.VisualStudio.GraphModel (在 Microsoft.VisualStudio.GraphModel.dll 中)

語法

'宣告
ReadOnly Property IntellisenseType As String
string IntellisenseType { get; }
property String^ IntellisenseType {
    String^ get ();
}
abstract IntellisenseType : string with get
function get IntellisenseType () : String

屬性值

類型:String
傳回 String

.NET Framework 安全性

請參閱

參考

IGraphProviderMetadata 介面

Microsoft.VisualStudio.GraphModel 命名空間