Sdílet prostřednictvím


IGenericUserDefinedTool.Identifier – 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 Identifier ( _
    <OutAttribute> ByRef pbstrIdentifier As String _
)
void Identifier(
    out string pbstrIdentifier
)
void Identifier(
    [OutAttribute] String^% pbstrIdentifier
)
abstract Identifier : 
        pbstrIdentifier:string byref -> unit
function Identifier(
    pbstrIdentifier : String
)

Parametry

  • pbstrIdentifier
    Typ: String%

    Identifikátor

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IGenericUserDefinedTool Rozhraní

Microsoft.VisualStudio.VCProjectEngine – obor názvů