Share via


StyleSetResourceId Constructor

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

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

Syntax

'Declaration
Public Sub New ( _
    companyName As String, _
    resourceName As String _
)
public StyleSetResourceId(
    string companyName,
    string resourceName
)
public:
StyleSetResourceId(
    String^ companyName, 
    String^ resourceName
)
new : 
        companyName:string * 
        resourceName:string -> StyleSetResourceId
public function StyleSetResourceId(
    companyName : String, 
    resourceName : String
)

Parameters

  • companyName
    Type: System.String
    name of company that created the resource.

.NET Framework Security

See Also

Reference

StyleSetResourceId Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace