Gets the kind of build system used by the project.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable Function GetBuildSystemKind ( _
<OutAttribute> ByRef kind As UInteger _
) As Integer
'使用
Dim instance As ProjectNode
Dim kind As UInteger
Dim returnValue As Integer
returnValue = instance.GetBuildSystemKind(kind)
public virtual int GetBuildSystemKind(
out uint kind
)
public:
virtual int GetBuildSystemKind(
[OutAttribute] unsigned int% kind
)
public function GetBuildSystemKind(
kind : uint
) : int
Parameters
kind
Type: System.UInt32%[out] The kind of system. By default returns BSK_MSBUILD().
Return Value
Type: System.Int32
Always returns [F:Microsoft.VisualStudio.VSConstants.S_OK.]
Implements
IVsProjectBuildSystem.GetBuildSystemKind(UInt32%)
Permissions
- 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.