Condividi tramite


Proprietà GraphProviderAttribute.Name

Nome utilizzato per identificare il provider.

Spazio dei nomi:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Sintassi

'Dichiarazione
Public Property Name As String
public string Name { get; set; }
public:
virtual property String^ Name {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract Name : string with get, set
override Name : string with get, set
final function get Name () : String
final function set Name (value : String)

Valore proprietà

Tipo: System.String
Restituisca il valore String.

Implementa

IGraphProviderMetadata.Name

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GraphProviderAttribute Classe

Spazio dei nomi Microsoft.VisualStudio.GraphModel