Partilhar via


Método ISimplePropertyContainer.GetProperty

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Somente para uso interno da Microsoft.

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

Sintaxe

'Declaração
Function GetProperty ( _
    id As Integer _
) As Object
Object GetProperty(
    int id
)
Object^ GetProperty(
    [InAttribute] int id
)
abstract GetProperty : 
        id:int -> Object 
function GetProperty(
    id : int
) : Object

Parâmetros

Valor de retorno

Tipo: System.Object
Um objeto.

Segurança do .NET Framework

Consulte também

Referência

ISimplePropertyContainer Interface

Namespace Microsoft.VisualStudio.VCProjectEngine