PassportIdentity.HasFlag(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示指定的旗標是否在這個使用者的設定檔中設定。 這個類別已被取代。
public:
bool HasFlag(int iFlagMask);
public bool HasFlag (int iFlagMask);
member this.HasFlag : int -> bool
Public Function HasFlag (iFlagMask As Integer) As Boolean
參數
- iFlagMask
- Int32
要查詢的 Passport 設定檔旗標。
傳回
如果 Passport 設定檔旗標 iFlagMask
是在這個使用者的設定檔中設定,則為 true
,否則為 false
。
備註
此類別已被取代,不再支援。 Microsoft Passport 網路已由 Windows Live ID 取代。