Share via


DTEClass.FileName Property

Definition

For more information on this property, refer to FileName.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 virtual property System::String ^ FileName { System::String ^ get(); };
public:
 virtual property Platform::String ^ FileName { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(10)]
public virtual string FileName { [System.Runtime.InteropServices.DispId(10)] [System.Runtime.InteropServices.TypeLibFunc(64)] get; }
[<System.Runtime.InteropServices.DispId(10)>]
[<get: System.Runtime.InteropServices.DispId(10)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(64)>]
member this.FileName : string
Public Overridable ReadOnly Property FileName As String

Property Value

The file name.

Implements

Attributes

Applies to