更新 : 2007 年 11 月
現在のスコープ内にあるアプリケーションの一意識別子への参照を表します。
interface IReferenceAppId : IUnknown {
[propget] HRESULT get_Codebase (
[out, retval] LPWSTR *ppszCodebase
);
[propput] HRESULT put_Codebase (
[in] LPCWSTR pszCodebase
);
HRESULT EnumAppPath (
[out] IEnumReferenceIdentity **ppIReferenceAppId
);
[propget] HRESULT get_SubscriptionId (
[out, retval] LPWSTR *ppszSubscription
);
[propput] HRESULT put_SubscriptionId (
[in] LPCWSTR pszSubscription
);
};
メソッド
メソッド |
説明 |
---|---|
IReferenceAppId::get_CodeBase |
この IReferenceAppId によって参照されるアプリケーションに対するコード識別子の文字列形式へのポインタを取得します。 |
IReferenceAppId::put_CodeBase |
この IReferenceAppId によって参照されるアプリケーションに対するコード識別子を設定します。 |
IReferenceAppId::EnumAppPath |
この IReferenceAppId のメンバを表す IReferenceIdentity のインスタンスを格納している IEnumReferenceIdentity インスタンスへのインターフェイス ポインタを取得します。 |
IReferenceAppId::get_SubscriptionId |
この IReferenceAppId へのサブスクリプションに対するトークン識別子の文字列形式へのポインタを取得します。 |
IReferenceAppId::put_SubscriptionId |
この IReferenceAppId へのサブスクリプションに対するトークン識別子を、指定した文字列値に設定します。 |
必要条件
プラットフォーム : 「.NET Framework システム要件」を参照
ヘッダー : Isolation.h
.NET Framework のバージョン : 3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0