Share via


FileIconRequestEventArgs.Extension Property

Gets or sets the extension for which the core project system requests a bitmap.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Property Extension As String
public string Extension { get; private set; }
public:
property String^ Extension {
    String^ get ();
    private: void set (String^ value);
}
member Extension : string with get, private set
function get Extension () : String
private function set Extension (value : String)

Property Value

Type: System.String

Remarks

The extension must include the ".".

.NET Framework Security

See Also

Reference

FileIconRequestEventArgs Class

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace