NestedProjectBuildDependency.get_Type Method

Gets the GUID type of the build dependency.

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 NestedProjectBuildDependency
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

S_OK.

Implements

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

Remarks

This method is an implementation of get_Type.

Permissions

See Also

Reference

NestedProjectBuildDependency Class

NestedProjectBuildDependency Members

Microsoft.VisualStudio.Package Namespace