ObservableCollectionHelper<TPublicType, TWireType>.UpdateData Method (TWireType)
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