NestedProjectBuildDependency.get_CanonicalName Method
Gets the canonical name of the build project.
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_CanonicalName ( _
<OutAttribute> ByRef canonicalName As String _
) As Integer
'Usage
Dim instance As NestedProjectBuildDependency
Dim canonicalName As String
Dim returnValue As Integer
returnValue = instance.get_CanonicalName(canonicalName)
public int get_CanonicalName(
out string canonicalName
)
public:
virtual int get_CanonicalName(
[OutAttribute] String^% canonicalName
) sealed
public final function get_CanonicalName(
canonicalName : String
) : int
abstract get_CanonicalName :
canonicalName:string -> int
override get_CanonicalName :
canonicalName:string -> int
Parameters
- canonicalName
Type: System.String%
The canonical name of the build project
Return Value
Type: System.Int32
Implements
IVsBuildDependency.get_CanonicalName(String%)
IVsDependency.get_CanonicalName(String%)
.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