LicenseContext.SetSavedLicenseKey(Type, String) 메서드

정의

파생 클래스에서 재정의된 경우 지정된 형식에 대한 라이선스 키를 설정합니다.

public:
 virtual void SetSavedLicenseKey(Type ^ type, System::String ^ key);
public virtual void SetSavedLicenseKey (Type type, string key);
abstract member SetSavedLicenseKey : Type * string -> unit
override this.SetSavedLicenseKey : Type * string -> unit
Public Overridable Sub SetSavedLicenseKey (type As Type, key As String)

매개 변수

type
Type

라이선스 키와 관련된 구성 요소를 나타내는 Type입니다.

key
String

구성 요소 형식에 대해 저장할 LicenseKey입니다.

설명

일반적으로 디자인 타임에 설정할 LicenseUsageMode 때 이 메서드를 호출합니다. 디자인 타임 라이선스 지원을 구현하려면 속성을 재정 UsageMode 의해야 합니다.

상속자 참고

이 메서드는 저장된 라이선스 키에 대한 지원을 제공하지 않습니다. 이 메서드와 메서드를 재정의 GetSavedLicenseKey(Type, Assembly) 하여 키를 구현합니다.

적용 대상

추가 정보