Share via


IGraphProviderMetadata.IntellisenseType Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

The IntelliSense type guid as a string. The provider will be loaded any time a project with this IntelliSense kind is present.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
ReadOnly Property IntellisenseType As String
string IntellisenseType { get; }
property String^ IntellisenseType {
    String^ get ();
}
abstract IntellisenseType : string with get
function get IntellisenseType () : String

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

IGraphProviderMetadata Interface

Microsoft.VisualStudio.GraphModel Namespace