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.
Copies any new setters from the given object, keeping existing setters.
Namespace: Microsoft.VisualStudio.GraphModel.Styles
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Sub MergeSetters ( _
other As GraphConditionalStyle _
)
public void MergeSetters(
GraphConditionalStyle other
)
public:
void MergeSetters(
GraphConditionalStyle^ other
)
member MergeSetters :
other:GraphConditionalStyle -> unit
public function MergeSetters(
other : GraphConditionalStyle
)
Parameters
.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.