ExtensionMethods.IsOpen 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
IsOpen(IEdmStructuredTypeReference) |
如果開啟這個參考的定義,則傳回 true。 |
IsOpen(IEdmType) |
如果開啟這個參考的定義,則傳回 true。 |
IsOpen(IEdmStructuredTypeReference)
如果開啟這個參考的定義,則傳回 true。
public static bool IsOpen (this Microsoft.OData.Edm.IEdmStructuredTypeReference type);
static member IsOpen : Microsoft.OData.Edm.IEdmStructuredTypeReference -> bool
<Extension()>
Public Function IsOpen (type As IEdmStructuredTypeReference) As Boolean
參數
呼叫物件的參考。
傳回
如果開啟這個參考的定義。