ISerializerFactory.DefaultFileExtension Property
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.
Gets the default extension for files of the manufacturer's proprietary format.
public:
property System::String ^ DefaultFileExtension { System::String ^ get(); };
public string DefaultFileExtension { get; }
member this.DefaultFileExtension : string
Public ReadOnly Property DefaultFileExtension As String
Property Value
A String representing the proprietary format's default file extension.
Remarks
This method is most useful if the leading period is included, for example, ".zzz"
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.