IFileAssociation.Extension Property

Definition

Gets the file name extension for the file type.

public:
 property System::String ^ Extension { System::String ^ get(); };
public:
 property Platform::String ^ Extension { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(3)]
public string Extension { get; }
[<System.Runtime.InteropServices.DispId(3)>]
member this.Extension : string
Public ReadOnly Property Extension As String

Property Value

The file name extension for the file type.

Attributes

Applies to