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 命名空间