SharedPropertyGroupManager コンストラクター

定義

SharedPropertyGroupManager クラスの新しいインスタンスを初期化します。

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

次のコード例は、 コンストラクターを SharedPropertyGroupManager 使用して クラスのインスタンスを作成する方法を SharedPropertyGroupManager 示しています。

// 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()

適用対象