Diagram.CopyOrigin Property

Gets the text that represents the original diagram that was copied.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntax

'Declaration
Public Shared ReadOnly Property CopyOrigin As String
public static string CopyOrigin { get; }
public:
static property String^ CopyOrigin {
    String^ get ();
}
static member CopyOrigin : string with get
static function get CopyOrigin () : String

Property Value

Type: String
The text that represents the original diagram that was copied.

.NET Framework Security

See Also

Reference

Diagram Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace