StyleSetResourceId(String, String) Constructor
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.
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.