Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
- resourceName
Type: System.String
unique name for resource.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.