NestedProjectBuildDependency.get_CanonicalName Method

When implemented by derived classes, gets the canonical name of the build project.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Function get_CanonicalName ( _
    <OutAttribute> ByRef canonicalName As String _
) As Integer
'使用
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

Parameters

  • canonicalName
    Type: System.String%

    [out] The canonical name of the build project.

Return Value

Type: System.Int32

S_OK if the method succeeds, otherwise an error code.

Implements

IVsBuildDependency.get_CanonicalName(String%)
IVsDependency.get_CanonicalName(String%)

Remarks

By default this method returns a null reference (Nothing in Visual Basic). This method is the implementation of get_CanonicalName.

Permissions

See Also

Reference

NestedProjectBuildDependency Class

NestedProjectBuildDependency Members

Microsoft.VisualStudio.Package Namespace