IPublishFile.IsOrphaned 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.
Gets whether or not the file cannot be mapped to an item in the project.
public:
property bool IsOrphaned { bool get(); };
public:
property bool IsOrphaned { bool get(); };
[System.Runtime.InteropServices.DispId(4)]
public bool IsOrphaned { get; }
[<System.Runtime.InteropServices.DispId(4)>]
member this.IsOrphaned : bool
Public ReadOnly Property IsOrphaned As Boolean
Property Value
true
if the file cannot be mapped to an item in the project; false
if it can be mapped.
- Attributes