Partilhar via


Propriedade IParameter.Name

Obtém o nome desse parâmetro.

Namespace:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (em Microsoft.VisualStudio.Language.Intellisense.dll)

Sintaxe

'Declaração
ReadOnly Property Name As String
string Name { get; }
property String^ Name {
    String^ get ();
}
abstract Name : string with get
function get Name () : String

Valor de propriedade

Tipo: String
O nome.

Comentários

Para identificar o parâmetro é exibido.

Segurança do .NET Framework

Consulte também

Referência

IParameter Interface

Namespace Microsoft.VisualStudio.Language.Intellisense