TaskLoggingHelperExtension.TaskSharedResources Property

Definition

Used to load culture-specific resources. Derived classes should register their resources either during construction, or via this property, if they have localized strings.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property System::Resources::ResourceManager ^ TaskSharedResources { System::Resources::ResourceManager ^ get(); void set(System::Resources::ResourceManager ^ value); };
public System.Resources.ResourceManager TaskSharedResources { get; set; }
member this.TaskSharedResources : System.Resources.ResourceManager with get, set
Public Property TaskSharedResources As ResourceManager

Property Value

ResourceManager

The shared UI and string resources.

Remarks

This property is used to load culture-specific resources. Derived classes should register their resources either during construction, or via this property, if they have localized strings.

Applies to