Partager via


ISimplePropertyContainer.GetPropertyWithOffset, méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Réservé à un usage interne Microsoft.

Espace de noms :  Microsoft.VisualStudio.VCProjectEngine
Assembly :  Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : System.Object
Objet.

Sécurité .NET Framework

Voir aussi

Référence

ISimplePropertyContainer Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms