次の方法で共有


VirtualDirectoryMappingCollection.AllKeys プロパティ

定義

VirtualDirectoryMappingCollection インスタンス内のすべてのキーを格納する文字列配列を返します。

public:
 property System::Collections::ICollection ^ AllKeys { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection AllKeys { get; }
member this.AllKeys : System.Collections.ICollection
Public ReadOnly Property AllKeys As ICollection

プロパティ値

VirtualDirectoryMappingCollection インスタンス内のすべてのキーを格納する文字列配列。

適用対象