'Declaration
<BrowsableAttribute(False)> <EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Public Sub SetTag( _ ByVal tag As Object _ )
'Usage
Dim instance As ConcreteCommonDialog Dim tag As Object instance.SetTag(tag)
[Browsable(false)] [EditorBrowsable(EditorBrowsableState.Advanced)] public void SetTag( object tag )
[Browsable(false)] [EditorBrowsable(EditorBrowsableState.Advanced)] public: void SetTag( Object^ tag )
Parameters
- tag
- The tag to be set.
The value of this parameter can be
null
(Nothing
in Visual Basic).