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
파생
특성

속성

Name Description
Description

스크립트 수집가의 설명을 얻는다.

DisplayName

스크립트 수집기의 현지화된 표시명을 얻습니다.

Image

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

Moniker

스크립트 수집기의 고유 식별자를 얻습니다.

ShortcutKey

원하는 단축키를 얻어 사용합니다.

SupportedContentTypes

호환 가능한 콘텐츠 유형 목록을 얻습니다.

메서드

Name Description
CreateScriptCollector(String, IContext)

스크립트 수집기 인스턴스를 생성합니다.

적용 대상