Udostępnij za pośrednictwem


Metoda ElementNameProvider.CustomSetUniqueNameCore —

Określa unikatową nazwę elementu, nazwa podstawowa i listy elementów modelu element równorzędny.

Przestrzeń nazw:  Microsoft.VisualStudio.Modeling
Zestaw:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (w Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

Składnia

'Deklaracja
Protected Overridable Sub CustomSetUniqueNameCore ( _
    element As ModelElement, _
    baseName As String, _
    siblings As IList(Of ModelElement) _
)
protected virtual void CustomSetUniqueNameCore(
    ModelElement element,
    string baseName,
    IList<ModelElement> siblings
)

Parametry

  • baseName
    Typ: System.String
    Nazwa podstawowa, z których unikatowa nazwa ma być uzyskane.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ElementNameProvider Klasa

Przestrzeń nazw Microsoft.VisualStudio.Modeling