BuildDependency.get_Description Method

Gets the description of the build project. Always returns a null reference (Nothing in Visual Basic).

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

Syntax

'宣言
Public Function get_Description ( _
    <OutAttribute> ByRef description As String _
) As Integer
'使用
Dim instance As BuildDependency
Dim description As String
Dim returnValue As Integer

returnValue = instance.get_Description(description)
public int get_Description(
    out string description
)
public:
virtual int get_Description(
    [OutAttribute] String^% description
) sealed
public final function get_Description(
    description : String
) : int

Parameters

  • description
    Type: System.String%

    [out] The description of the project. Always returns a null reference (Nothing in Visual Basic).

Return Value

Type: System.Int32

Always returns S_OK.

Implements

IVsBuildDependency.get_Description(String%)
IVsDependency.get_Description(String%)

Permissions

See Also

Reference

BuildDependency Class

BuildDependency Members

Microsoft.VisualStudio.Package Namespace