StyleSetResourceId Constructor (String^, String^)

 

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

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
StyleSetResourceId(
	String^ companyName,
	String^ resourceName
)

Parameters

companyName
Type: System::String^

name of company that created the resource.

resourceName
Type: System::String^

unique name for resource.

Return to top
Show: