ProjectNode.GetBuildSystemKind Method

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

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace