DocData Constructor (Object)
Initializes a new DocData object for the given buffer.
Namespace: Microsoft.VisualStudio.Shell.Design.Serialization
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public Sub New ( _
docData As Object _
)
public DocData(
Object docData
)
public:
DocData(
Object^ docData
)
new :
docData:Object -> DocData
public function DocData(
docData : Object
)
Parameters
docData
Type: ObjectThe buffer.
.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.