Partilhar via


Propriedade GraphCommandDefinition.Id

o identificador exclusivo para este comando.

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

Sintaxe

'Declaração
Public Property Id As String
public string Id { get; private set; }
public:
property String^ Id {
    String^ get ();
    private: void set (String^ value);
}
member Id : string with get, private set
function get Id () : String
private function set Id (value : String)

Valor de propriedade

Tipo: System.String
Retorna String.

Segurança do .NET Framework

Consulte também

Referência

GraphCommandDefinition Classe

Namespace Microsoft.VisualStudio.GraphModel