IGraphProviderMetadata.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
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: String
Returns String.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.