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)

屬性值

型別:System.String
傳回 String

實作

IGraphProviderMetadata.IntellisenseType

.NET Framework 安全性

請參閱

參考

GraphProviderAttribute 類別

Microsoft.VisualStudio.GraphModel 命名空間