Compartir a través de


ISimplePropertyContainer.GetPropertyWithOffset (Método)

Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.

Sólo para uso interno de Microsoft.

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

Sintaxis

'Declaración
Function GetPropertyWithOffset ( _
    id As Integer, _
    offset As Integer _
) As Object
Object GetPropertyWithOffset(
    int id,
    int offset
)
Object^ GetPropertyWithOffset(
    [InAttribute] int id, 
    [InAttribute] int offset
)
abstract GetPropertyWithOffset : 
        id:int * 
        offset:int -> Object 
function GetPropertyWithOffset(
    id : int, 
    offset : int
) : Object

Parámetros

Valor devuelto

Tipo: System.Object
Un objeto.

Seguridad de .NET Framework

Vea también

Referencia

ISimplePropertyContainer Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)