NestedProjectBuildDependency.get_Type Method
Gets the type of the current instance.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Function get_Type ( _
<OutAttribute> ByRef guidType As Guid _
) As Integer
'Usage
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
abstract get_Type :
guidType:Guid -> int
override get_Type :
guidType:Guid -> int
Parameters
- guidType
Type: System.Guid%
The type instance that represents the exact run-time type of the current instance
Return Value
Type: System.Int32
Implements
IVsBuildDependency.get_Type(Guid%)
IVsDependency.get_Type(Guid%)
Remarks
All the dependencies are build projects.
.NET Framework Security
- 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
NestedProjectBuildDependency Members
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace