Partilhar via


Método IGenericUserDefinedTool.GetPropertiesObjectName

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Somente para uso interno da Microsoft.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (em Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxe

'Declaração
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
)

Parâmetros

  • bstrPageName
    Tipo: System.String%
    Nome do objeto de propriedade

Segurança do .NET Framework

Consulte também

Referência

IGenericUserDefinedTool Interface

Namespace Microsoft.VisualStudio.VCProjectEngine