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 Constructor (String)

Initializes a new instance of the ResourceSet class using the system default implementation that opens and reads resources from a given file.

[Visual Basic]
Overloads Public Sub New( _
   ByVal fileName As String _
)
[C#]
public ResourceSet(
   string fileName
);
[C++]
public: ResourceSet(
   String* fileName
);
[JScript]
public function ResourceSet(
   fileName : String
);

Parameters

fileName
Resource file to read.

See Also

ResourceSet Class | ResourceSet Members | System.Resources Namespace | ResourceSet Constructor Overload List