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.GetDefaultReader

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

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

Return Value

Returns the preferred class for this kind of ResourceSet.

See Also

ResourceSet Class | ResourceSet Members | System.Resources Namespace