SharedPropertyGroup.CreateProperty メソッド
アセンブリ: System.EnterpriseServices (system.enterpriseservices.dll 内)

Public Function CreateProperty ( _ name As String, _ <OutAttribute> ByRef fExists As Boolean _ ) As SharedProperty
Dim instance As SharedPropertyGroup Dim name As String Dim fExists As Boolean Dim returnValue As SharedProperty returnValue = instance.CreateProperty(name, fExists)
public SharedProperty CreateProperty ( String name, /** @attribute OutAttribute() */ /** @ref */ boolean fExists )
戻り値
要求された SharedProperty。

CreateProperty メソッドを使用して共有プロパティを作成する方法を次のコード例に示します。
' Create a shared property group. Dim group As SharedPropertyGroup = groupManager.CreatePropertyGroup("Receipts", lockMode, releaseMode, groupExists) ' Create a shared property. Dim ReceiptNumber As SharedProperty ReceiptNumber = group.CreateProperty("ReceiptNumber", propertyExists)
// Create a shared property group. SharedPropertyGroup group = groupManager.CreatePropertyGroup("Receipts" , ref lockMode, ref releaseMode, out groupExists); // Create a shared property. SharedProperty ReceiptNumber; ReceiptNumber = group.CreateProperty("ReceiptNumber",out propertyExists);


Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からSharedPropertyGroup.CreateProperty メソッドを検索する場合は、下記のリンクをクリックしてください。

- SharedPropertyGroup.CreateProperty メソッドのページへのリンク