NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ResourceSet.GetDefaultWriter

Returns the preferred resource writer class for this kind of ResourceSet. Subclasses of ResourceSet using their own ResourceWriter should override GetDefaultReader and GetDefaultWriter.

[Visual Basic]
Overridable Public Function GetDefaultWriter() As Type
[C#]
public virtual Type GetDefaultWriter();
[C++]
public: virtual Type* GetDefaultWriter();
[JScript]
public function GetDefaultWriter() : Type;

Return Value

Returns the preferred class for this kind of ResourceSet.

See Also

ResourceSet Class | ResourceSet Members | System.Resources Namespace