IsAddingToSourceControl Property
Gets or sets {insert text here}.
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Project.Dialogs
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Public Property IsAddingToSourceControl As Boolean
Get
Set
'Usage
Dim instance As ImportOptionsControl
Dim value As Boolean
value = instance.IsAddingToSourceControl
instance.IsAddingToSourceControl = value
public bool IsAddingToSourceControl { get; set; }
public:
property bool IsAddingToSourceControl {
bool get ();
void set (bool value);
}
member IsAddingToSourceControl : bool with get, set
function get IsAddingToSourceControl () : boolean
function set IsAddingToSourceControl (value : boolean)
Property Value
Type: System..::..Boolean
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.Project.Dialogs Namespace