Sdílet prostřednictvím


ProjectConfig.get_CanonicalName – metoda

Tato třída a jeho členové jsou vyhrazeny pro interní použití a nejsou určeny pro použití v kódu.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Deklarace
Public Overridable Function get_CanonicalName ( _
    <OutAttribute> ByRef name As String _
) As Integer
public virtual int get_CanonicalName(
    out string name
)
public:
virtual int get_CanonicalName(
    [OutAttribute] String^% name
)
abstract get_CanonicalName : 
        name:string byref -> int 
override get_CanonicalName : 
        name:string byref -> int 
public function get_CanonicalName(
    name : String
) : int

Parametry

Vrácená hodnota

Typ: System.Int32

Implementuje

IVsProjectCfg2.get_CanonicalName(String%)
IVsDebuggableProjectCfg.get_CanonicalName(String%)
IVsProjectCfg.get_CanonicalName(String%)

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ProjectConfig Třída

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal – obor názvů