IStructureElement.IsImplementation Property
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.
Indicates whether or not this element is related to implementation of a method, function, or property.
public:
property bool IsImplementation { bool get(); };
public bool IsImplementation { get; }
member this.IsImplementation : bool
Public ReadOnly Property IsImplementation As Boolean