다음을 통해 공유


ProvideDependentAssemblyAttribute 클래스

정의

dependentAssembly 항목을 생성하는 특성에 대한 부모 클래스입니다.

public ref class ProvideDependentAssemblyAttribute abstract : Microsoft::VisualStudio::Shell::RegistrationAttribute
[Windows::Foundation::Metadata::WebHostHidden]
public ref class ProvideDependentAssemblyAttribute abstract : Microsoft::VisualStudio::Shell::RegistrationAttribute
public abstract class ProvideDependentAssemblyAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
type ProvideDependentAssemblyAttribute = class
    inherit RegistrationAttribute
Public MustInherit Class ProvideDependentAssemblyAttribute
Inherits RegistrationAttribute
상속
ProvideDependentAssemblyAttribute
파생

생성자

ProvideDependentAssemblyAttribute()

ProvideDependentAssemblyAttribute 클래스의 새 인스턴스를 초기화합니다.

필드

_guidUpdateNeeded

GUID 업데이트가 필요한지 여부를 나타냅니다. 이면 trueGUID 업데이트가 필요합니다. (기본값)이면 false 업데이트가 필요하지 않습니다.

속성

AssemblyName

대상 어셈블리의 이름입니다.

CodeBase

$PackageFolder$의 상대 경로 또는 환경 변수 대체(형식: %variable%)에서 루팅된 절대 경로입니다.

Culture

어셈블리의 언어 및 국가/지역을 지정하는 문자열입니다.

CurrentAssembly

생성된 dependentAssembly 레지스트리 항목이 참조하는 어셈블리를 가져오거나 설정합니다.

Guid

이 특성 instance 식별자입니다.

PublicKeyToken

리디렉션되는 어셈블리의 강력한 이름의 토큰 부분인 16자 16진수입니다.

TypeId

RegistrationAttribute 파생 클래스가 System.ComponentModel.TypeDescriptor.GetAttributes(...)와 함께 작동하도록 하려면 TypeID 속성을 재정의합니다. 이 속성에서 파생된 특성은 클래스에 적용할 수 있는 인스턴스에 대한 더 나은 제어가 필요한 경우에만 이 속성을 재정의해야 합니다.

(다음에서 상속됨 RegistrationAttribute)

메서드

FormatPublicKeyToken(Byte[])

이진 공개 키 토큰을 16진수 문자열로 서식을 지정합니다.

GetGuidHashString()

특성의 ID로 해시될 문자열을 가져옵니다.

GetPackageRegKeyPath(Guid)

VSPackage의 레지스트리 경로(애플리케이션의 레지스트리 루트를 기준으로)를 가져옵니다.

(다음에서 상속됨 RegistrationAttribute)
GetPathToKey()

키에 대한 경로를 가져옵니다. 이 특성의 값이 등록됩니다.

Register(RegistrationAttribute+RegistrationContext)

지정된 컨텍스트에 이 특성을 등록합니다.

SetValues(RegistrationAttribute+Key)

지정된 키에서 이 특성에 의해 처리되는 값을 설정합니다.

TryParseVersion(String, Version)

문자열을 버전으로 구문 분석해 보세요. Version.TryParse와 달리 이 메서드는 빌드 및 수정 버전 번호를 선택적으로 고려하는 것이 아니라 입력이 4개의 숫자로 구성되도록 합니다.

Unregister(RegistrationAttribute+RegistrationContext)

이 특성을 등록 취소합니다.

UpdateAssemblyInformation()

이 특성이 적용되는 어셈블리에서 제공되지 않은 모든 정보를 업데이트합니다.

ValidateAttributeInformation()

필요한 모든 정보가 있는지 확인합니다.

적용 대상