GraphProviderAttribute.IntellisenseType, propriété
Le type GUID IntelliSense comme une chaîne. Le fournisseur sera chargé lorsqu'un projet avec par de ce type 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 : String
retourne String ;
Implémentations
IGraphProviderMetadata.IntellisenseType
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.