Partager via


GraphProviderAttribute.IntellisenseType, propriété

Le type GUID Intellisense en tant que chaîne.Le fournisseur est chargé lorsqu'un projet avec présence de ce type d'Intellisense est.

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.String
retourne String ;

Implémentations

IGraphProviderMetadata.IntellisenseType

Sécurité .NET Framework

Voir aussi

Référence

GraphProviderAttribute Classe

Microsoft.VisualStudio.GraphModel, espace de noms