Gets the name of the project as a relative path from the solution directory to the project file.
Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable ReadOnly Property UniqueName As String
'使用
Dim instance As OAProject
Dim value As String
value = instance.UniqueName
public virtual string UniqueName { get; }
public:
virtual property String^ UniqueName {
String^ get ();
}
public function get UniqueName () : String
Property Value
Type: System.String
The relative path from the solution directory to the project file if the project is open, otherwise a null reference (Nothing in Visual Basic).
Implements
ProjectUniqueName()
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
Microsoft.VisualStudio.Package.Automation Namespace
UniqueName()