Application.AddResource(String, String, IDictionary<String,Object>, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
public:
void AddResource(System::String ^ resourceType, System::String ^ luid, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ properties, bool overwrite);
[System.CLSCompliant(false)]
public void AddResource (string resourceType, string luid, System.Collections.Generic.IDictionary<string,object> properties, bool overwrite);
member this.AddResource : string * string * System.Collections.Generic.IDictionary<string, obj> * bool -> unit
Public Sub AddResource (resourceType As String, luid As String, properties As IDictionary(Of String, Object), overwrite As Boolean)
Parameters
- resourceType
- String
- luid
- String
- properties
- IDictionary<String,Object>
- overwrite
- Boolean
- Attributes