Partager via


IGenericUserDefinedTool.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

  • bstrPageName
    Type : System.String%
    Nom d'objet de propriétés

Sécurité .NET Framework

Voir aussi

Référence

IGenericUserDefinedTool Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms