NameService Class
Assigns names to objects.
Namespace: Microsoft.Windows.Design.Services
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Public MustInherit Class NameService
'Usage
Dim instance As NameService
public abstract class NameService
public ref class NameService abstract
public abstract class NameService
Remarks
Use the NameService class to generate unique names for objects in the designer.
Inheritance Hierarchy
System.Object
Microsoft.Windows.Design.Services.NameService
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.Windows.Design.Services Namespace