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!

ResourceManager.InternalGetResourceSet

[To be supplied.]

[Visual Basic]
Overridable Protected Function InternalGetResourceSet( _
   ByVal culture As CultureInfo, _
   ByVal createIfNotExists As Boolean, _
   ByVal tryParents As Boolean _
) As ResourceSet
[C#]
protected virtual ResourceSet InternalGetResourceSet(
   CultureInfo culture,
   bool createIfNotExists,
   bool tryParents
);
[C++]
protected: virtual ResourceSet* InternalGetResourceSet(
   CultureInfo* culture,
   bool createIfNotExists,
   bool tryParents
);
[JScript]
protected function InternalGetResourceSet(
   culture : CultureInfo,
   createIfNotExists : Boolean,
   tryParents : Boolean
) : ResourceSet;

Parameters

culture
[To be supplied.]
createIfNotExists
[To be supplied.]
tryParents
[To be supplied.]

See Also

ResourceManager Class | ResourceManager Members | System.Resources Namespace