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