Sdílet prostřednictvím


IGenericUserDefinedTool.GetPropertiesObjectName – metoda

Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.

Microsoft pouze pro interní použití.

Obor názvů:  Microsoft.VisualStudio.VCProjectEngine
Sestavení:  Microsoft.VisualStudio.VCProjectEngine (v Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

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

Parametry

  • Index
    Typ: Int32

    Vlastnosti indexu

  • bstrPageName
    Typ: String%

    Vlastnost název objektu

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IGenericUserDefinedTool Rozhraní

Microsoft.VisualStudio.VCProjectEngine – obor názvů