GraphProviderAttribute.ProjectKind, propriété
Le projet GUID Kind comme une chaîne. Le fournisseur est chargé chaque fois qu'un projet de ce genre est présent.
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
Public Property ProjectKind As String
public string ProjectKind { get; set; }
public:
virtual property String^ ProjectKind {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract ProjectKind : string with get, set
override ProjectKind : string with get, set
final function get ProjectKind () : String
final function set ProjectKind (value : String)
Valeur de propriété
Type : String
retourne String ;
Implémentations
IGraphProviderMetadata.ProjectKind
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.