Condividi tramite


Metodo IUserDefinedTool.GetPropertiesObjectName

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Solo per utilizzo interno di Microsoft.

Spazio dei nomi:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Sintassi

'Dichiarazione
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
)

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IUserDefinedTool Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCProjectEngine