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
guidType
Type: System.Guid%[out] The GUID of the type. Always returns GUID_VS_DEPTYPE_BUILD_PROJECT.
Return Value
Type: System.Int32
Always returns S_OK.
Implements
IVsBuildDependency.get_Type(Guid%)
IVsDependency.get_Type(Guid%)
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.