Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Insert the given style at the given location in the list.
Namespace: Microsoft.VisualStudio.GraphModel.Styles
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Function Insert ( _
index As Integer, _
style As GraphConditionalStyle _
) As GraphConditionalStyle
public GraphConditionalStyle Insert(
int index,
GraphConditionalStyle style
)
public:
GraphConditionalStyle^ Insert(
int index,
GraphConditionalStyle^ style
)
member Insert :
index:int *
style:GraphConditionalStyle -> GraphConditionalStyle
public function Insert(
index : int,
style : GraphConditionalStyle
) : GraphConditionalStyle
Parameters
index
Type: System.Int32The location to insert into.
style
Type: Microsoft.VisualStudio.GraphModel.Styles.GraphConditionalStyleThe style to insert.
Return Value
Type: Microsoft.VisualStudio.GraphModel.Styles.GraphConditionalStyle
Returns GraphConditionalStyle.
.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.