IGraphProviderMetadata.IntellisenseType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The intellisense type guid as a string. The provider will be loaded any time a project with this intellisense kind is present.
public:
property System::String ^ IntellisenseType { System::String ^ get(); };
public string IntellisenseType { get; }
member this.IntellisenseType : string
Public ReadOnly Property IntellisenseType As String