ConnectPageProjectExtendedInfo.CopyToClipboardItems Property
Additional items to include in the string copied to the clipboard.
Namespace: Microsoft.VisualStudio.TeamFoundation.TeamExplorer.ConnectPage
Assembly: Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Declaration
Public Property CopyToClipboardItems As List(Of String)
public List<string> CopyToClipboardItems { get; private set; }
public:
property List<String^>^ CopyToClipboardItems {
List<String^>^ get ();
private: void set (List<String^>^ value);
}
member CopyToClipboardItems : List<string> with get, private set
function get CopyToClipboardItems () : List<String>
private function set CopyToClipboardItems (value : List<String>)
Property Value
Type: System.Collections.Generic.List<String>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ConnectPageProjectExtendedInfo Class
Microsoft.VisualStudio.TeamFoundation.TeamExplorer.ConnectPage Namespace