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; }
public System.Resources.ResourceManager TaskSharedResources { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.TaskSharedResources : System.Resources.ResourceManager with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.TaskSharedResources : System.Resources.ResourceManager with get, set
Public Property TaskSharedResources As ResourceManager

Property Value

The shared UI and string resources.

Attributes

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