UCOMIMoniker 인터페이스

정의

주의

Use System.Runtime.InteropServices.ComTypes.IMoniker instead. http://go.microsoft.com/fwlink/?linkid=14202

IMoniker를 대신 사용하세요.

public interface class UCOMIMoniker
[System.Runtime.InteropServices.Guid("0000000f-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIMoniker
[System.Runtime.InteropServices.Guid("0000000f-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IMoniker instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMIMoniker
[<System.Runtime.InteropServices.Guid("0000000f-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIMoniker = interface
[<System.Runtime.InteropServices.Guid("0000000f-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IMoniker instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type UCOMIMoniker = interface
Public Interface UCOMIMoniker
특성

설명

IMonikerIPersist 인터페이스에 IPersistStream대한 자세한 내용은 MSDN 라이브러리를 참조하세요.

메서드

Name Description
BindToObject(UCOMIBindCtx, UCOMIMoniker, Guid, Object)
사용되지 않음.

모니커를 사용하여 식별하는 개체에 바인딩합니다.

BindToStorage(UCOMIBindCtx, UCOMIMoniker, Guid, Object)
사용되지 않음.

모니커로 식별되는 개체를 포함하는 스토리지에 대한 인터페이스 포인터를 검색합니다.

CommonPrefixWith(UCOMIMoniker, UCOMIMoniker)
사용되지 않음.

이 모니커가 다른 모니커와 공유하는 공통 접두사를 기반으로 새 모니커를 만듭니다.

ComposeWith(UCOMIMoniker, Boolean, UCOMIMoniker)
사용되지 않음.

현재 모니커를 다른 모니커와 결합하여 새 복합 모니커를 만듭니다.

Enum(Boolean, UCOMIEnumMoniker)
사용되지 않음.

복합 모니커의 구성 요소를 열거할 수 있는 열거자에 대한 포인터를 제공합니다.

GetClassID(Guid)
사용되지 않음.

개체의 CLSID(클래스 식별자)를 검색합니다.

GetDisplayName(UCOMIBindCtx, UCOMIMoniker, String)
사용되지 않음.

이 모니커의 사용자가 읽을 수 있는 표현인 표시 이름을 가져옵니다.

GetSizeMax(Int64)
사용되지 않음.

개체를 저장하는 데 필요한 스트림의 크기(바이트)를 반환합니다.

GetTimeOfLastChange(UCOMIBindCtx, UCOMIMoniker, FILETIME)
사용되지 않음.

이 모니커로 식별된 개체가 마지막으로 변경된 시간을 나타내는 숫자를 제공합니다.

Hash(Int32)
사용되지 않음.

모니커의 내부 상태를 사용하여 32비트 정수 계산

Inverse(UCOMIMoniker)
사용되지 않음.

이 모니커 또는 유사한 구조 중 하나의 오른쪽에 구성될 때 아무 것도 구성하지 않는 모니커를 제공합니다.

IsDirty()
사용되지 않음.

개체가 마지막으로 저장된 이후의 변경 내용을 확인합니다.

IsEqual(UCOMIMoniker)
사용되지 않음.

이 모니커를 지정된 모니커와 비교하고 동일한지 여부를 나타냅니다.

IsRunning(UCOMIBindCtx, UCOMIMoniker, UCOMIMoniker)
사용되지 않음.

이 모니커로 식별되는 개체가 현재 로드되고 실행 중인지 여부를 확인합니다.

IsSystemMoniker(Int32)
사용되지 않음.

이 모니커가 시스템에서 제공하는 모니커 클래스 중 하나인지 여부를 나타냅니다.

Load(UCOMIStream)
사용되지 않음.

이전에 저장된 스트림에서 개체를 초기화합니다.

ParseDisplayName(UCOMIBindCtx, UCOMIMoniker, String, Int32, UCOMIMoniker)
사용되지 않음.

지정된 표시 이름의 문자를 이해하고 읽은 부분에 해당하는 모니커를 작성합니다.

Reduce(UCOMIBindCtx, Int32, UCOMIMoniker, UCOMIMoniker)
사용되지 않음.

이 모니커와 동일한 개체를 참조하지만 같거나 더 높은 효율성으로 바인딩할 수 있는 다른 모니커인 축소된 모니커를 반환합니다.

RelativePathTo(UCOMIMoniker, UCOMIMoniker)
사용되지 않음.

이 모니커(또는 구조가 비슷한 모니커)에 추가될 때 지정된 모니커를 생성하는 모니커를 제공합니다.

Save(UCOMIStream, Boolean)
사용되지 않음.

개체를 지정된 스트림에 저장합니다.

적용 대상