Partilhar via


Propriedade GraphProviderAttribute.Name

o nome que é usado para identificar o provedor.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (em Microsoft.VisualStudio.GraphModel.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String
Retorna String.

Implementações

IGraphProviderMetadata.Name

Segurança do .NET Framework

Consulte também

Referência

GraphProviderAttribute Classe

Namespace Microsoft.VisualStudio.GraphModel