UpnEndpointIdentityExtension クラス

定義

UpnEndpointIdentity クラスの XAML マークアップ拡張。

public ref class UpnEndpointIdentityExtension : System::Windows::Markup::MarkupExtension
[System.Windows.Markup.MarkupExtensionReturnType(typeof(System.ServiceModel.UpnEndpointIdentity))]
public class UpnEndpointIdentityExtension : System.Windows.Markup.MarkupExtension
[<System.Windows.Markup.MarkupExtensionReturnType(typeof(System.ServiceModel.UpnEndpointIdentity))>]
type UpnEndpointIdentityExtension = class
    inherit MarkupExtension
Public Class UpnEndpointIdentityExtension
Inherits MarkupExtension
継承
UpnEndpointIdentityExtension
属性

コンストラクター

UpnEndpointIdentityExtension()

UpnEndpointIdentityExtension クラスの新しいインスタンスを初期化します。

UpnEndpointIdentityExtension(UpnEndpointIdentity)

UpnEndpointIdentityExtension を指定して、UpnEndpointIdentity クラスの新しいインスタンスを初期化します。

プロパティ

UpnName

ユーザー プリンシパル名を取得または設定します。

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ProvideValue(IServiceProvider)

マークアップ拡張が表すオブジェクトを提供します。

ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象