Sdílet prostřednictvím


GraphProviderAttribute.IntellisenseType – vlastnost

Technologie IntelliSense typu GUID jako řetězec.Zprostředkovatel budou načteny při každém projektu se tento druh technologie IntelliSense je k dispozici.

Obor názvů:  Microsoft.VisualStudio.GraphModel
Sestavení:  Microsoft.VisualStudio.GraphModel (v Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: String
Vrátí String.

Implementuje

IGraphProviderMetadata.IntellisenseType

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

GraphProviderAttribute Třída

Microsoft.VisualStudio.GraphModel – obor názvů