ToNameValueCollection プロパティ
コレクションを [System.Collections.Specialized.NameValueCollection] に変換します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property ToNameValueCollection As NameValueCollection
Get
'使用
Dim instance As ParameterCollection
Dim value As NameValueCollection
value = instance.ToNameValueCollection
public NameValueCollection ToNameValueCollection { get; }
public:
property NameValueCollection^ ToNameValueCollection {
NameValueCollection^ get ();
}
member ToNameValueCollection : NameValueCollection
function get ToNameValueCollection () : NameValueCollection
プロパティ値
型: System.Collections.Specialized. . :: . .NameValueCollection
ParameterCollection 内のパラメータを表す [System.Collections.Specialized.NameValueCollection]。