Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Protected Overridable Sub CustomSetUniqueNameCore ( _
element As ModelElement, _
baseName As String, _
siblings As IList(Of ModelElement) _
)
'使用
Dim element As ModelElement
Dim baseName As String
Dim siblings As IList(Of ModelElement)
Me.CustomSetUniqueNameCore(element, _
baseName, siblings)
protected virtual void CustomSetUniqueNameCore(
ModelElement element,
string baseName,
IList<ModelElement> siblings
)
protected:
virtual void CustomSetUniqueNameCore(
ModelElement^ element,
String^ baseName,
IList<ModelElement^>^ siblings
)
protected function CustomSetUniqueNameCore(
element : ModelElement,
baseName : String,
siblings : IList<ModelElement>
)
Parameters
- element
Type: Microsoft.VisualStudio.Modeling.ModelElement
- baseName
Type: System.String
- siblings
Type: System.Collections.Generic.IList<ModelElement>
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.