Appends a result to the list of results.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Public Sub Append ( _
newResult As SerializationResult _
)
'使用
Dim instance As SerializationResult
Dim newResult As SerializationResult
instance.Append(newResult)
public void Append(
SerializationResult newResult
)
public:
void Append(
SerializationResult^ newResult
)
public function Append(
newResult : SerializationResult
)
Parameters
newResult
Type: Microsoft.VisualStudio.Modeling.SerializationResultThe result to append to the list.
Permissions
- 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.