Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Sets the default property for the current browse object.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Sub SetDefaultProperty ( _
value As PropertyDescriptor _
)
public void SetDefaultProperty(
PropertyDescriptor value
)
public:
void SetDefaultProperty(
PropertyDescriptor^ value
)
member SetDefaultProperty :
value:PropertyDescriptor -> unit
public function SetDefaultProperty(
value : PropertyDescriptor
)
Parameters
- value
Type: System.ComponentModel.PropertyDescriptor
A PropertyDescriptor object to set as the default property.
.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.