Application.AddResource(String, String, IDictionary<String,Object>, Boolean) Method

Definition

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

Applies to