Share via


DocData.FileName Property

Gets the file name of the document.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'Declaration
Public ReadOnly Property FileName As String
'Usage
Dim instance As DocData 
Dim value As String 

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

Property Value

Type: System.String
The file name of the document.

.NET Framework Security

See Also

Reference

DocData Class

DocData Members

Microsoft.VisualStudio.Modeling.Shell Namespace