SharePointEditor.GetEditStyle Method (ITypeDescriptorContext)
This member overrides UITypeEditor.GetEditStyle(ITypeDescriptorContext).
Namespace: Microsoft.TeamFoundation.Build.Controls
Assembly: Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)
Syntax
'Declaration
Public Overrides Function GetEditStyle ( _
context As ITypeDescriptorContext _
) As UITypeEditorEditStyle
public override UITypeEditorEditStyle GetEditStyle(
ITypeDescriptorContext context
)
public:
virtual UITypeEditorEditStyle GetEditStyle(
ITypeDescriptorContext^ context
) override
abstract GetEditStyle :
context:ITypeDescriptorContext -> UITypeEditorEditStyle
override GetEditStyle :
context:ITypeDescriptorContext -> UITypeEditorEditStyle
public override function GetEditStyle(
context : ITypeDescriptorContext
) : UITypeEditorEditStyle
Parameters
- context
Type: System.ComponentModel.ITypeDescriptorContext
Return Value
Type: System.Drawing.Design.UITypeEditorEditStyle
.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.