Compartir a través de


PropertyCollection.GetProperty<TProperty> (Método) (Object)

Obtiene la propiedad asociada a la clave especificada.

Espacio de nombres:  Microsoft.VisualStudio.Utilities
Ensamblado:  Microsoft.VisualStudio.CoreUtility (en Microsoft.VisualStudio.CoreUtility.dll)

Sintaxis

'Declaración
Public Function GetProperty(Of TProperty) ( _
    key As Object _
) As TProperty
public TProperty GetProperty<TProperty>(
    Object key
)
public:
generic<typename TProperty>
TProperty GetProperty(
    Object^ key
)
member GetProperty : 
        key:Object -> 'TProperty 
JScript no admite el uso de métodos ni tipos genéricos.

Parámetros de tipo

  • TProperty
    Tipo de la propiedad.

Parámetros

  • key
    Tipo: Object

    Clave.

Valor devuelto

Tipo: TProperty
El valor de propiedad, o nullreferencia null (Nothing en Visual Basic) si no se establece.

Excepciones

Excepción Condición
ArgumentNullException

key es nullreferencia null (Nothing en Visual Basic).

KeyNotFoundException

key no existe en la colección de propiedades.

Seguridad de .NET Framework

Vea también

Referencia

PropertyCollection Clase

GetProperty (Sobrecarga)

Microsoft.VisualStudio.Utilities (Espacio de nombres)