XmlXapResolver.GetEntity(Uri, String, Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
對應 URI 至包含實際資源的物件。
public:
override System::Object ^ GetEntity(Uri ^ absoluteUri, System::String ^ role, Type ^ ofObjectToReturn);
public override object GetEntity (Uri absoluteUri, string role, Type ofObjectToReturn);
override this.GetEntity : Uri * string * Type -> obj
Public Overrides Function GetEntity (absoluteUri As Uri, role As String, ofObjectToReturn As Type) As Object
參數
- absoluteUri
- Uri
自 ResolveUri(Uri, String) 傳回的 URI。
- role
- String
目前的版本在解析 URI 時不使用這個參數。 這個目的是提供未來擴充使用。 例如,這可對應至 xlink: role 並在其他案例中當做實作特定的引數使用。
傳回
Stream 物件。 如果找不到此資料流,則會擲回例外狀況 (Exception)。