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
guidType
Type: System.Guid%[out] Returns GUID_VS_DEPTYPE_BUILD_PROJECT.
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
- 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.
See Also
Reference
NestedProjectBuildDependency Class