StyleSheet.Item[String] 속성

정의

스타일시트에서 이름으로 개체를 가져오거나 설정합니다 Style . 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

public:
 property System::Web::UI::MobileControls::Style ^ default[System::String ^] { System::Web::UI::MobileControls::Style ^ get(System::String ^ name); void set(System::String ^ name, System::Web::UI::MobileControls::Style ^ value); };
public System.Web.UI.MobileControls.Style this[string name] { get; set; }
member this.Item(string) : System.Web.UI.MobileControls.Style with get, set
Default Public Property Item(name As String) As Style

매개 변수

name
String

스타일을 식별하는 데 사용되는 키입니다.

속성 값

Style 스타일시트에 지정된 이름을 가진 개체입니다.

적용 대상

추가 정보