Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Overridable Default Property Item ( _
index As Integer _
) As EdgePoint
'使用
Dim instance As EdgePointCollection
Dim index As Integer
Dim value As EdgePoint
value = instance(index)
instance(index) = value
public virtual EdgePoint this[
int index
] { get; set; }
public:
virtual property EdgePoint^ default[int index] {
EdgePoint^ get (int index);
void set (int index, EdgePoint^ value);
}
JScript does not support indexed properties.
Parameters
- index
Type: System.Int32
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.EdgePoint
Permissions
- 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.