プロジェクトがプライベートか共有かを取得します。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)
構文
'宣言
Public Overridable Function get_IsPrivate ( _
<OutAttribute> ByRef pfPrivate As Integer _
) As Integer
'使用
Dim instance As ProjectConfig
Dim pfPrivate As Integer
Dim returnValue As Integer
returnValue = instance.get_IsPrivate(pfPrivate)
public virtual int get_IsPrivate(
out int pfPrivate
)
public:
virtual int get_IsPrivate(
[OutAttribute] int% pfPrivate
)
public function get_IsPrivate(
pfPrivate : int
) : int
パラメータ
- pfPrivate
型 : System.Int32%
プロジェクトが共有の場合は 0 を設定します。プライベートの場合は 1 を設定します。
戻り値
型 : System.Int32
実装
IVsProjectCfg2.get_IsPrivate(Int32%)