Udostępnij za pośrednictwem


WebZone.GetEffectiveChromeType(Part) Metoda

Definicja

Zwraca rzeczywistą lub efektywną bieżącą PartChromeTypeWebPart wartość kontrolki, biorąc pod uwagę PartChromeType właściwość strefy i bieżący tryb wyświetlania strony składników Web Part.

public:
 virtual System::Web::UI::WebControls::WebParts::PartChromeType GetEffectiveChromeType(System::Web::UI::WebControls::WebParts::Part ^ part);
public virtual System.Web.UI.WebControls.WebParts.PartChromeType GetEffectiveChromeType (System.Web.UI.WebControls.WebParts.Part part);
abstract member GetEffectiveChromeType : System.Web.UI.WebControls.WebParts.Part -> System.Web.UI.WebControls.WebParts.PartChromeType
override this.GetEffectiveChromeType : System.Web.UI.WebControls.WebParts.Part -> System.Web.UI.WebControls.WebParts.PartChromeType
Public Overridable Function GetEffectiveChromeType (part As Part) As PartChromeType

Parametry

part
Part

Kontrolka części w bieżącej strefie.

Zwraca

PartChromeType Wartość zawierająca rodzaj obramowania, który obecnie zawiera kontrolki składników Web Part zawarte w strefie.

Wyjątki

part to null.

Dotyczy

Zobacz też