ProjectConfig.get_CfgType – 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_CfgType ( _
ByRef iidCfg As Guid, _
<OutAttribute> ByRef ppCfg As IntPtr _
) As Integer
public virtual int get_CfgType(
ref Guid iidCfg,
out IntPtr ppCfg
)
public:
virtual int get_CfgType(
Guid% iidCfg,
[OutAttribute] IntPtr% ppCfg
)
abstract get_CfgType :
iidCfg:Guid byref *
ppCfg:IntPtr byref -> int
override get_CfgType :
iidCfg:Guid byref *
ppCfg:IntPtr byref -> int
public function get_CfgType(
iidCfg : Guid,
ppCfg : IntPtr
) : int
Parametry
- iidCfg
Typ: System.Guid%
- ppCfg
Typ: System.IntPtr%
Vrácená hodnota
Typ: System.Int32
Implementuje
IVsProjectCfg2.get_CfgType(Guid%, IntPtr%)
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
Microsoft.VisualStudio.Data.Schema.Package.Project.Internal – obor názvů