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
function get IntellisenseType () : String

属性值

类型:System.String
返回 String

.NET Framework 安全性

请参见

参考

IGraphProviderMetadata 接口

Microsoft.VisualStudio.GraphModel 命名空间