Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
gets the default extension for this generator
Namespace: Microsoft.VisualStudio.TextTemplating.VSHost
Assembly: Microsoft.VisualStudio.TextTemplating.VSHost.11.0 (in Microsoft.VisualStudio.TextTemplating.VSHost.11.0.dll)
Syntax
'Declaration
Public MustOverride Function GetDefaultExtension As String
public abstract string GetDefaultExtension()
public:
virtual String^ GetDefaultExtension() abstract
abstract GetDefaultExtension : unit -> string
public abstract function GetDefaultExtension() : String
Return Value
Type: String
string with the default extension for this generator
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.