HelpContextAttribute 클래스

정의

HelpContextAttribute 클래스에 대한 HelpContextAttribute 특성을 정의합니다.

public ref class HelpContextAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field, AllowMultiple=false)]
public sealed class HelpContextAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field, AllowMultiple=false)>]
type HelpContextAttribute = class
    inherit Attribute
Public NotInheritable Class HelpContextAttribute
Inherits Attribute
상속
HelpContextAttribute
특성

설명

특성을 사용하면 프로그래머가 다양한 프로그램 엔터티에 사용자 지정 정보를 연결하고 런타임 환경에서 특성 정보를 검색할 수 있습니다. 런타임에서 사용자 지정 특성(예: HelpContextAttribute)을 사용하면 이 속성을 사용하여 애플리케이션에 대한 상황에 맞는 도움말을 알리고 표시할 수 있습니다.

HelpContextAttribute Microsoft .NET Framework 특성 클래스에서 상속됩니다.

생성자

HelpContextAttribute(String)

F1 키워드 매개 변수를 사용하여 HelpContextAttribute 클래스의 새 인스턴스를 초기화합니다.

HelpContextAttribute(String, String, String)

F1 키워드, 컬렉션 및 필터 매개 변수를 사용하여 HelpContextAttribute 클래스의 새 인스턴스를 초기화합니다.

속성

F1Keyword

도움말을 조회하는 데 사용할 키워드가 포함된 String을 가져오거나 설정합니다.

HelpCollection

도움말을 검색할 도움말 컬렉션이 포함된 String을 가져오거나 설정합니다.

HelpFilter

도움말 컬렉션에서 검색 범위를 좁히기 위해 배치된 필터가 포함된 String을 가져오거나 설정합니다.

적용 대상