Clipboard.SetDataAsJson<T>(String, T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
generic <typename T>
static void SetDataAsJson(System::String ^ format, T data);
public static void SetDataAsJson<T>(string format, T data);
static member SetDataAsJson : string * 'T -> unit
Public Shared Sub SetDataAsJson(Of T) (format As String, data As T)
Type Parameters
- T
Parameters
- format
- String
- data
- T
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.