Gets the description of the reference.
Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable ReadOnly Property Description As String
'使用
Dim instance As OAReferenceBase
Dim value As String
value = instance.Description
public virtual string Description { get; }
public:
virtual property String^ Description {
String^ get ();
}
public function get Description () : String
Property Value
Type: System.String
The description of the reference.
Implements
Remarks
By default this method returns the name of the reference.
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
OAReferenceBase<RefType> Class