Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Updates the data for the specified wire type.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
public void UpdateData(
TWireType wire
)
public:
void UpdateData(
TWireType wire
)
Public Sub UpdateData (
wire As TWireType
)
Parameters
wire
Type: TWireTypeThe specified wire type.
Remarks
If a public type does not exist in the collection for the corresponding to the wire type, it will be added.
See Also
ObservableCollectionHelper<TPublicType, TWireType> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top