ElementNameProvider.SetUniqueNameCore Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
virtual void SetUniqueNameCore(Microsoft::VisualStudio::Modeling::ModelElement ^ element, System::String ^ baseName, System::Collections::Generic::IDictionary<System::String ^, Microsoft::VisualStudio::Modeling::ModelElement ^> ^ siblingNames);
protected virtual void SetUniqueNameCore (Microsoft.VisualStudio.Modeling.ModelElement element, string baseName, System.Collections.Generic.IDictionary<string,Microsoft.VisualStudio.Modeling.ModelElement> siblingNames);
abstract member SetUniqueNameCore : Microsoft.VisualStudio.Modeling.ModelElement * string * System.Collections.Generic.IDictionary<string, Microsoft.VisualStudio.Modeling.ModelElement> -> unit
override this.SetUniqueNameCore : Microsoft.VisualStudio.Modeling.ModelElement * string * System.Collections.Generic.IDictionary<string, Microsoft.VisualStudio.Modeling.ModelElement> -> unit
Protected Overridable Sub SetUniqueNameCore (element As ModelElement, baseName As String, siblingNames As IDictionary(Of String, ModelElement))
Parameters
- element
- ModelElement
- baseName
- String
- siblingNames
- IDictionary<String,ModelElement>