共用方式為


GraphProviderAttribute.IntellisenseType 屬性

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

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

語法

'宣告
Public Property IntellisenseType As String
public string IntellisenseType { get; set; }
public:
virtual property String^ IntellisenseType {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract IntellisenseType : string with get, set 
override IntellisenseType : string with get, set
final function get IntellisenseType () : String 
final function set IntellisenseType (value : String)

屬性值

類型:String
傳回 String

實作

IGraphProviderMetadata.IntellisenseType

.NET Framework 安全性

請參閱

參考

GraphProviderAttribute 類別

Microsoft.VisualStudio.GraphModel 命名空間