BuildDependency.get_Type Method

Gets the type of the build dependency. Always a project.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Function get_Type ( _
    <OutAttribute> ByRef guidType As Guid _
) As Integer
'使用
Dim instance As BuildDependency
Dim guidType As Guid
Dim returnValue As Integer

returnValue = instance.get_Type(guidType)
public int get_Type(
    out Guid guidType
)
public:
virtual int get_Type(
    [OutAttribute] Guid% guidType
) sealed
public final function get_Type(
    guidType : Guid
) : int

Parameters

Return Value

Type: System.Int32

Always returns S_OK.

Implements

IVsBuildDependency.get_Type(Guid%)
IVsDependency.get_Type(Guid%)

Permissions

See Also

Reference

BuildDependency Class

BuildDependency Members

Microsoft.VisualStudio.Package Namespace