MSDeployPackage.DeclaredParameters 屬性

定義

取得已宣告參數的清單。

public:
 property System::Collections::Generic::IList<Microsoft::Web::PlatformInstaller::DeclaredParameter ^> ^ DeclaredParameters { System::Collections::Generic::IList<Microsoft::Web::PlatformInstaller::DeclaredParameter ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Web.PlatformInstaller.DeclaredParameter> DeclaredParameters { get; }
member this.DeclaredParameters : System.Collections.Generic.IList<Microsoft.Web.PlatformInstaller.DeclaredParameter>
Public ReadOnly Property DeclaredParameters As IList(Of DeclaredParameter)

屬性值

物件的泛型 IList DeclaredParameter

適用於