OAProject.FileName Property

Gets the project file name. Microsoft Internal Use Only.

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

Syntax

'宣言
Public Overridable ReadOnly Property FileName As String
'使用
Dim instance As OAProject
Dim value As String

value = instance.FileName
public virtual string FileName { get; }
public:
virtual property String^ FileName {
    String^ get ();
}
public function get FileName () : String

Property Value

Type: System.String

The project file name.

Implements

ProjectFileName()

Permissions

See Also

Reference

OAProject Class

OAProject Members

Microsoft.VisualStudio.Package.Automation Namespace

FileName()