When implemented in derived classes, gets the build dependency description.
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 NestedProjectBuildDependency
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 build dependency.
Return Value
Type: System.Int32
S_OK if the method succeeds, otherwise an error code.
Implements
IVsBuildDependency.get_Description(String%)
IVsDependency.get_Description(String%)
Remarks
By default description is returned as a null reference (Nothing in Visual Basic) and the return value is S_OK. This method is an implementation of get_Description.
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