Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Constructor which creates an instance of StyleSetResourceId given a companyName and resourceName.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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: Stringname of company that created the resource.
resourceName
Type: Stringunique 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.