Share via


GraphProviderAttribute.IntellisenseType Property

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
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)

Property Value

Type: String
Returns String.

Implements

IGraphProviderMetadata.IntellisenseType

.NET Framework Security

See Also

Reference

GraphProviderAttribute Class

Microsoft.VisualStudio.GraphModel Namespace