IVsPropertiesInfo.IsTransmittable(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the property with the specified DISPID can be transmitted and applied across machines.
public:
bool IsTransmittable(int id);
public:
bool IsTransmittable(int id);
bool IsTransmittable(int id);
public bool IsTransmittable (int id);
abstract member IsTransmittable : int -> bool
Public Function IsTransmittable (id As Integer) As Boolean
Parameters
- id
- Int32
The dispatch ID
Returns
True if it can be transmitted, otherwise false.