構成の出力グループへの IVsOutputGroup ポインタの配列を取得します。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)
構文
'宣言
Public Overridable Function get_OutputGroups ( _
celt As UInteger, _
rgpcfg As IVsOutputGroup(), _
pcActual As UInteger() _
) As Integer
'使用
Dim instance As ProjectConfig
Dim celt As UInteger
Dim rgpcfg As IVsOutputGroup()
Dim pcActual As UInteger()
Dim returnValue As Integer
returnValue = instance.get_OutputGroups(celt, _
rgpcfg, pcActual)
public virtual int get_OutputGroups(
uint celt,
IVsOutputGroup[] rgpcfg,
uint[] pcActual
)
public:
virtual int get_OutputGroups(
unsigned int celt,
array<IVsOutputGroup^>^ rgpcfg,
array<unsigned int>^ pcActual
)
public function get_OutputGroups(
celt : uint,
rgpcfg : IVsOutputGroup[],
pcActual : uint[]
) : int
パラメータ
- celt
型 : System.UInt32
出力グループの数。数を要求する場合は 0 を設定します。
- rgpcfg
型 : array<Microsoft.VisualStudio.Shell.Interop.IVsOutputGroup[]
出力グループの事前に割り当てられた配列。
- pcActual
型 : array<System.UInt32[]
配列の最初のメンバは、出力グループの返された数です。
戻り値
型 : System.Int32
実装
IVsProjectCfg2.get_OutputGroups(UInt32, array<IVsOutputGroup[], array<UInt32[])