Udostępnij za pośrednictwem


SharedPropertyGroupManager Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy SharedPropertyGroupManager.

public:
 SharedPropertyGroupManager();
public SharedPropertyGroupManager ();
Public Sub New ()

Przykłady

Poniższy przykład kodu pokazuje, jak użyć konstruktora SharedPropertyGroupManager do utworzenia wystąpienia SharedPropertyGroupManager klasy.

// Create a shared property group manager.
SharedPropertyGroupManager^ groupManager = gcnew SharedPropertyGroupManager;
// Create a shared property group manager.
SharedPropertyGroupManager groupManager = new SharedPropertyGroupManager();
' Create a shared property group manager.
Dim groupManager As New SharedPropertyGroupManager()

Dotyczy