StyleSetResourceId(String, String) Constructor

Definition

Constructor which creates an instance of StyleSetResourceId given a companyName and resourceName.

public:
 StyleSetResourceId(System::String ^ companyName, System::String ^ resourceName);
public StyleSetResourceId (string companyName, string resourceName);
new Microsoft.VisualStudio.Modeling.Diagrams.StyleSetResourceId : string * string -> Microsoft.VisualStudio.Modeling.Diagrams.StyleSetResourceId
Public Sub New (companyName As String, resourceName As String)

Parameters

companyName
String

name of company that created the resource.

resourceName
String

unique name for resource.

Applies to