IVsPropertiesInfo::IsTransmittable Method (Int32)

 

Determines whether the property with the specified DISPID can be transmitted and applied across machines.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

bool IsTransmittable(
	int id
)

Parameters

id
Type: System::Int32

The dispatch ID

Return Value

Type: System::Boolean

True if it can be transmitted, otherwise false.

Return to top
Show: