Compartir a través de


PropertyCollection.GetProperty (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 ( _
    key As Object _
) As Object
public Object GetProperty(
    Object key
)
public:
Object^ GetProperty(
    Object^ key
)
member GetProperty : 
        key:Object -> Object
public function GetProperty(
    key : Object
) : Object

Parámetros

  • key
    Tipo: Object

    Clave.

Valor devuelto

Tipo: Object
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)