Home | History | Annotate | Download | only in Interfaces

Lines Matching full:urlfrompasteboard

193         @method URLFromPasteboard:
197 @discussion This method differs than NSURL's URLFromPasteboard method in that it tries multiple pasteboard types
199 + (NSURL *)URLFromPasteboard:(NSPasteboard *)pasteboard;
201 HRESULT URLFromPasteboard([in] IDataObject* pasteboard, [out, retval] BSTR* url);