VCCodeAttribute.File Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the file in which the parent object is declared.
public:
property System::String ^ File { System::String ^ get(); };
public:
property Platform::String ^ File { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(548)]
public string File { [System.Runtime.InteropServices.DispId(548)] get; }
[<System.Runtime.InteropServices.DispId(548)>]
[<get: System.Runtime.InteropServices.DispId(548)>]
member this.File : string
Public ReadOnly Property File As String
Property Value
A file name.
- Attributes