EntryPointBindableComponentBase.DefaultDataSourceUpdateMode Property (2007 System)
This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.VisualStudio.Tools.Office
Assembly: Microsoft.Office.Tools.v9.0 (in Microsoft.Office.Tools.v9.0.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property DefaultDataSourceUpdateMode As DataSourceUpdateMode
'Usage
Dim instance As EntryPointBindableComponentBase
Dim value As DataSourceUpdateMode
value = instance.DefaultDataSourceUpdateMode
instance.DefaultDataSourceUpdateMode = value
[BrowsableAttribute(false)]
public DataSourceUpdateMode DefaultDataSourceUpdateMode { get; set; }
[BrowsableAttribute(false)]
public:
property DataSourceUpdateMode DefaultDataSourceUpdateMode {
DataSourceUpdateMode get ();
void set (DataSourceUpdateMode value);
}
public function get DefaultDataSourceUpdateMode () : DataSourceUpdateMode
public function set DefaultDataSourceUpdateMode (value : DataSourceUpdateMode)
Property Value
Type: System.Windows.Forms.DataSourceUpdateMode
.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
EntryPointBindableComponentBase Class