EditorFactory.GetExtensions Method
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.
Return list of file extensions registered for this editor factory under HKLM\Software\Microsoft\Visual Studio\8.0\Editors\{" + this.GetType().GUID.ToString() + "}\Extensions
public:
virtual cli::array <System::String ^> ^ GetExtensions();
public:
virtual Platform::Array <Platform::String ^> ^ GetExtensions();
virtual std::Array <std::wstring const &> GetExtensions();
public virtual string[] GetExtensions ();
abstract member GetExtensions : unit -> string[]
override this.GetExtensions : unit -> string[]
Public Overridable Function GetExtensions () As String()
Returns
An array of strings containing the editor extensions.
Remarks
Returns list of file extensions registered for this editor factory under HKLM\Software\Microsoft\Visual Studio\8.0\Editors\<GUID of editor>\Extensions
.