Partager via


IUserDefinedTool.GetPropertiesObjectName, 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
Sub GetPropertiesObjectName ( _
    Index As Integer, _
    <OutAttribute> ByRef bstrPageName As String _
)
void GetPropertiesObjectName(
    int Index,
    out string bstrPageName
)
void GetPropertiesObjectName(
    [InAttribute] int Index, 
    [OutAttribute] String^% bstrPageName
)
abstract GetPropertiesObjectName : 
        Index:int * 
        bstrPageName:string byref -> unit
function GetPropertiesObjectName(
    Index : int, 
    bstrPageName : String
)

Paramètres

  • Index
    Type : Int32

    Index de propriété

  • bstrPageName
    Type : String%

    Nom de la page

Sécurité .NET Framework

Voir aussi

Référence

IUserDefinedTool Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms