ProjectConfig.OutputsRequireAppRoot Method
Returns whether application root path is required.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Overridable Function OutputsRequireAppRoot ( _
<OutAttribute> ByRef pfRequiresAppRoot As Integer _
) As Integer
'Usage
Dim instance As ProjectConfig
Dim pfRequiresAppRoot As Integer
Dim returnValue As Integer
returnValue = instance.OutputsRequireAppRoot(pfRequiresAppRoot)
public virtual int OutputsRequireAppRoot(
out int pfRequiresAppRoot
)
public:
virtual int OutputsRequireAppRoot(
[OutAttribute] int% pfRequiresAppRoot
)
public function OutputsRequireAppRoot(
pfRequiresAppRoot : int
) : int
abstract OutputsRequireAppRoot :
pfRequiresAppRoot:int -> int
override OutputsRequireAppRoot :
pfRequiresAppRoot:int -> int
Parameters
- pfRequiresAppRoot
Type: System.Int32%
Value is 0 if an application root path is not required; otherwise, 1.
Return Value
Type: System.Int32
Implements
IVsProjectCfg2.OutputsRequireAppRoot(Int32%)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace