Partager via


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

Voir aussi

Référence

GraphProviderAttribute Classe

Microsoft.VisualStudio.GraphModel, espace de noms