ProvideLanguageExtensionAttribute.Extension Property

Definition

Returns the associated file extension.

public:
 property System::String ^ Extension { System::String ^ get(); };
public:
 property Platform::String ^ Extension { Platform::String ^ get(); };
public string Extension { get; }
member this.Extension : string
Public ReadOnly Property Extension As String

Property Value

Returns the string containing the file extension that was passed to the constructor of the ProvideLanguageExtensionAttribute class.

Remarks

This property is not normally used outside the class.

Applies to