IScriptCollectorInfo 인터페이스

정의

스크립트 수집기의 표시 정보를 나타냅니다.

public interface class IScriptCollectorInfo
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("C8D7F5A9-5332-46e8-BB33-9D0EF13B0958")]
public interface IScriptCollectorInfo
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("C8D7F5A9-5332-46e8-BB33-9D0EF13B0958")>]
type IScriptCollectorInfo = interface
Public Interface IScriptCollectorInfo
파생
특성

속성

Description

스크립트 수집기에 대한 설명을 가져옵니다.

DisplayName

스크립트 수집기의 지역화된 표시 이름을 가져옵니다.

Image

스크립트 수집기에 연결된 지정한 이미지를 가져옵니다.

Moniker

스크립트 수집기의 고유 식별자를 가져옵니다.

ShortcutKey

사용하려는 바로 가기 키를 가져옵니다.

SupportedContentTypes

호환되는 내용 유형의 목록을 가져옵니다.

메서드

CreateScriptCollector(String, IContext)

스크립트 수집기의 인스턴스를 만듭니다.

적용 대상